.nav-box{
	position: fixed;
	top: 0;
	left: 0
}
.footer{
	position: absolute;
	bottom:140px;
	left: 0;
}
.white{
	color: #fff;
}
.hui{
	color: #ccc;
}
.home-banner{
	padding:50px;
	padding-top:90px;
}
.home-banner-bg{
	height:100%;
	width:auto;
	margin:0 auto;
	overflow: hidden;
	background: url(../images/home_01_03.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat;
    background-color: #fafbf2;
}
.home-banner-bg img{
	height:100%;
}
.tuo-img {
	padding-top:140px;
}
.tuo-img .tuo-img-title{
	text-align: center;
	color:#333;
	font-size: 20px;
}
.tuo-img .tuo-img-title span{
	margin: 0 20px;
}
.tuo-img img{
	display: block;
	margin:50px auto 0 auto;
}
.img-list {
	height: 100%;
	background-color: #F4F4F4;
	overflow: hidden;
}
.img-list .img-list-title {
	text-align: center;
	color:#333;
	font-size: 20px;
	margin-top: 140px;
	margin-bottom: 100px;
    transition: all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition: all .5s;
/*    transform: translateX(1000px);*/
}
.img-list .img-list-title span{
	margin: 0 20px;
}
.img-list ul{
	margin:0 auto;
	overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.img-list ul li{
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.lim-list-zz{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	display: none;
}
.img-list ul li .img{
	width: 100%;
	height:100%;
	opacity: .3;
	transition: all 1s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition: all .5s;
}
.img-list .img-list-one{
	width:30%;
	height:350px;
}
.img-list .img-list-two{
	width:61.5%;
	height:350px;
	margin-left: 1.5%;
}
.img-list ul li:nth-child(3),
.img-list ul li:nth-child(4),
.img-list ul li:nth-child(5){
	width:30%;
	margin-left: 1.5%;
	margin-top: 30px;
}
.img-list ul li:nth-child(3){
	margin-left: 0;
}
.img-list .icon{
	position: absolute;
	right: 25px;
	bottom: 35px;
	width:30px;
}
.img-list ul li p{
	position: absolute;
	left: 25px;
	color:#FFFFFF;
	bottom: 35px;
	font-size: 14px;
}
.coop-list{

}
.coop-list-title{
	text-align: center;
	color:#333;
	font-size: 20px;
	margin-top: 140px;
	margin-bottom: 50px
}
.coop-list-title span{
	margin: 0 20px;
}
.coop-list ul {
	width: 1000px;
	overflow: hidden;
	margin:0 auto;
}
.coop-list ul li{
	float: left;
	width:158px;
	height:90px;
	margin:20px;
	border:1px solid #f4f4f4;
	border-radius: 5px;
	display: flex;
	display: -webkit-flex;
	align-items:center;
	justify-content: center;
}
.tuo-img-title-mobile {
	display: none!important;
	width: 100%
}

.news{     text-align: center;
	color: #333;
	font-size: 20px;width: 1100px; margin: 0 auto;}
.news ul{margin-top: 10px;}
.news ul li{width: 330px;float: left;text-align: left; font-size: 12px;margin: 3px 0px;}

.news{ height: 100% !important;overflow: hidden !important;}
.news-list{margin-top: 150px !important;}
.news-list-ul{ height: 250px !important; overflow:hidden !important;background-color: #F4F4F4 !important;padding: 20px !important;}
.news-list-ul-li{ overflow:hidden !important;height: 17px !important;}
.news-div{clear:both !important;height: 50px !important;}


@media screen and (max-width: 768px) {
	.home-banner {
		padding: 70px 20px 20px 20px!important;
	}
	.tuo-img-title-pc {
		display: none!important;
	}
	.tuo-img-title-mobile {
		display: block!important;
		margin: 20px 0 0 0!important;
	}
	.tuo-img .tuo-img-title {
		margin: 10px auto 0 auto!important;
	}
	.tuo-img {
		padding-top: 70px!important;
	}
	.img-list .img-list-title, .coop-list-title {
		margin: 85px 0 15px 0!important;
	}
	.img-list ul li{
		height: 150px!important;
		width: 50%!important;
		float: left;
		margin: 0!important;
	}
	.img-list ul li:nth-child(5){
		width: 100%!important;
	}
	.coop-list ul {
		width: 100% !important;
	}
	.coop-list ul li {
		margin: 0!important;
		box-sizing: border-box;
		padding: 5px;
		width: 50%;
		height: auto;
		border: 0!important;
	}
	.coop-list ul li img{
		height: 35px;
	}
	.img-list ul li p {
		bottom: 13px!important;
	}
	.img-list .icon {
		bottom: 10px!important;
	}
	
	.news-list-ul{ height: 24% !important;padding: 5% !important; width: 84% !important; margin-left: 3% !important;}
	.news-div { height: 36px !important;}
	.news-list{ margin-top: 80px !important;}
	.news{ width: 100%!important;}
	.news ul{ margin-top: 16px !important;}
	
.home-banner-bg{
	background: url(../images/home_01_03_mobile.jpg) center center; background-size: cover;}
	
}